ReportHeapSnapshotProgressEvent

data class ReportHeapSnapshotProgressEvent(done: Int, total: Int, finished: Boolean?) : Event

Constructors

ReportHeapSnapshotProgressEvent
Link copied to clipboard
fun ReportHeapSnapshotProgressEvent(done: Int, total: Int, finished: Boolean? = null)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

done
Link copied to clipboard
val done: Int
finished
Link copied to clipboard
val finished: Boolean? = null
total
Link copied to clipboard
val total: Int

Sources

jvm source
Link copied to clipboard